-
Notifications
You must be signed in to change notification settings - Fork 1.2k
HAPI Release Tracking Branch (8.4.0) #842
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This Pull Request has failed the formatting check Please run You can automate this auto-formatting process to execute on the git pre-push hook, by installing pre-commit and then calling |
Formatting check succeeded! |
Formatting check succeeded! |
Formatting check succeeded! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the HAPI FHIR version from 8.2.0 to 8.4.0 and makes related configuration adjustments.
- Updates HAPI FHIR parent version to 8.4.0
- Adjusts the starter revision number from 2 to 1
- Updates Maven repository configuration to use Central Portal Snapshots
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
@@ -5,7 +5,7 @@ | |||
|
|||
<properties> | |||
<java.version>17</java.version> | |||
<hapi.fhir.jpa.server.starter.revision>2</hapi.fhir.jpa.server.starter.revision> | |||
<hapi.fhir.jpa.server.starter.revision>1</hapi.fhir.jpa.server.starter.revision> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The starter revision is being decremented from 2 to 1, which suggests this might be a rollback or reset. This could cause confusion in version tracking. Consider using a sequential increment or documenting the reason for this change.
<hapi.fhir.jpa.server.starter.revision>1</hapi.fhir.jpa.server.starter.revision> | |
<hapi.fhir.jpa.server.starter.revision>2</hapi.fhir.jpa.server.starter.revision> |
Copilot uses AI. Check for mistakes.
This branch increments the HAPI FHIR version to 8.4.0.
This branch is used to track changes to the HAPI FHIR master branch. When HAPI FHIR 8.4.0 is officially released, this branch will target that release and then be ready to merge to hapi-fhir-jpaserver-starter master branch.